home *** CD-ROM | disk | FTP | other *** search
/ Gamer's Paradise: Sports / Hracuv-raj-Sportovni-Hry.bin / Cannon Smash / README.en < prev    next >
Encoding:
Text File  |  2000-07-26  |  2.2 KB  |  72 lines

  1. ------------------------------------------------------------
  2.                         Cannon Smash
  3. ------------------------------------------------------------
  4.                                               nan@utmc.or.jp
  5.  
  6. 1. Introduction
  7.  CannonSmash is a 3D tabletennis game. The goal of this project is to 
  8. represent various strategy of tabletennis on computer game. 
  9.  
  10. 2. Requirements
  11.  This program requires OpenGL and GLUT. Please install these components 
  12. first. If your machine doesn't have 3D accelaration video card, this 
  13. program runs very slowly.
  14.  
  15. OpenGL:
  16.   Windows 95    You have nothing to do if your Window 95 is OSR2 or newer. 
  17.                 If not, please get 
  18.                 ftp://ftp.microsoft.com/softlib/msfiles/opengl95.exe
  19.                 and install. 
  20.   Windows 98    You have nothing to do. 
  21.   Windows NT4.0 You have nothing to do. 
  22.   Windows 2000  You have nothing to do. 
  23.   Linux 2.2.x   Please install Mesa3D. 
  24.  
  25. GLUT:
  26.   Please install GLUT3.7. 
  27.   Get GLUT 3.7 from http://reality.sgi.com/mjk/glut3/glut3.html and install. 
  28.  
  29. Others:(Optional)
  30.   Sound effect becomes available if you install esd (on Linux). 
  31.   Install pthread and this program runs faster. 
  32.  
  33. 3. Install
  34. 3.1. Install from source code
  35.  
  36. To install, type like this. 
  37.  
  38. # ./configure
  39. # make
  40. # make install
  41.  
  42. If your path is correct, you can start game by typing like this. 
  43.  
  44. # csmash
  45.  
  46. 3.2. Install from binary package
  47. We have binary packages for some platforms(Windows, Linux). But some 
  48. of them are old, so please install from source package if you can. 
  49.  
  50. 4. Multiplayer mode
  51. Cannon Smash supports multiplayer mode since version 0.4.0. 
  52. Two PC connected by LAN is needed to play multiplayer game. 
  53. You have to run the program in the sequence described below. 
  54.  
  55. (1) Start game on server machine with "-s" option. 
  56.  
  57. Ex.
  58. # csmash -s
  59.  
  60. (2) You can see "Player Select" on server machine. Select player and
  61.     wait for a while until client machine will be connected. 
  62.  
  63. (3) Start game on client machine with server machine name.
  64.  
  65. Ex.
  66. # csmash servername
  67.  
  68. (4) You can see Player Select on client machine. After you select player, 
  69.     client machine makes connection with server machine and game starts. 
  70.  
  71. Enjoy!
  72.